projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c8554
)
ARM: Use the generic bitops headers
author
Fabio Estevam
<
[email protected]
>
Thu, 5 Nov 2015 14:43:24 +0000
(12:43 -0200)
committer
Tom Rini
<
[email protected]
>
Thu, 5 Nov 2015 15:51:59 +0000
(10:51 -0500)
The generic bitops headers are required when calling logarithmic
functions, such as ilog2().
Signed-off-by: Fabio Estevam <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Reviewed-by: Heiko Schocher <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
arch/arm/include/asm/bitops.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/bitops.h
b/arch/arm/include/asm/bitops.h
index 9b78043db719c1ccb9e59f2d5a8f65759e5ddd50..d479a382918b575a0b892b1554d2b665aa7e1d0b 100644
(file)
--- a/
arch/arm/include/asm/bitops.h
+++ b/
arch/arm/include/asm/bitops.h
@@
-190,4
+190,9
@@
found_middle:
#endif /* __KERNEL__ */
+#include <asm-generic/bitops/__fls.h>
+#include <asm-generic/bitops/__ffs.h>
+#include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/fls64.h>
+
#endif /* _ARM_BITOPS_H */